type go.pact.im/x/plumb/internal/emit.allocator

10 uses

	go.pact.im/x/plumb/internal/emit (current package)
		emit.go#L317: func renderUnwind(acquired []cleanupRef, errLocal string, pl *solve.Plan, errorsAlias string, alloc *allocator) (stmts []string, errExpr string) {
		emit.go#L341: func renderAggregate(acquired []cleanupRef, pl *solve.Plan, errorsAlias string, alloc *allocator) string {
		emit.go#L371: func cleanupStmts(rev []cleanupRef, alloc *allocator) (stmts, errLocals []string) {
		name.go#L15: type allocator struct {
		name.go#L34: func newAllocator(dest *solve.DestInfo, q *qualifier, lifted map[string]bool) *allocator {
		name.go#L39: 	return &allocator{used: used}
		name.go#L46: func (a *allocator) branch() *allocator {
		name.go#L47: 	return &allocator{used: maps.Clone(a.used)}
		name.go#L50: func (a *allocator) alloc(base string) string {